From: Philip Withnall Date: Thu, 18 May 2017 07:16:18 +0000 (+0100) Subject: lib/remote: Add internal annotations to OstreeRemote X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~36^2~83 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2910b880812362fcc57cf30c4b30f0c450389352;p=ostree.git lib/remote: Add internal annotations to OstreeRemote Just for internal documentation; g-ir-scanner doesn’t read or understand them. Signed-off-by: Philip Withnall Closes: #875 Approved by: cgwalters --- diff --git a/src/libostree/ostree-remote-private.h b/src/libostree/ostree-remote-private.h index e207ed4c..13f757ed 100644 --- a/src/libostree/ostree-remote-private.h +++ b/src/libostree/ostree-remote-private.h @@ -38,9 +38,9 @@ G_BEGIN_DECLS struct OstreeRemote { volatile int ref_count; - char *name; - char *group; /* group name in options */ - char *keyring; /* keyring name (NAME.trustedkeys.gpg) */ + char *name; /* (not nullable) */ + char *group; /* group name in options (not nullable) */ + char *keyring; /* keyring name (NAME.trustedkeys.gpg) (not nullable) */ GFile *file; /* NULL if remote defined in repo/config */ GKeyFile *options; };